Wraps a nkGraphics::Vector and offers functions for use in scripting. More...
Wraps a nkGraphics::Vector and offers functions for use in scripting.
|
static |
Updates a given environment and set it up to use all functions wrapped by this wrapper.
env | The environment to set up. |
|
static |
Wrapper function for the constructor of the user type.
stack | The parameter stack. |
|
static |
Wrapper function for the destructor of the user type.
toDestroy | The data that has to be freed. |
|
static |
Wrapper function for the constructor of the user type. Will map to the vector 2 constructor.
stack | The parameter stack. |
|
static |
Wrapper function for the constructor of the user type. Will map to the vector 3 constructor.
stack | The parameter stack. |
|
static |
Wrapper function for the constructor of the user type. Will map to the vector 4 constructor.
stack | The parameter stack. |
|
static |
Wrapper function for the nkGraphics::Vector::getX(), exposed as an attribute getter.
vector | The data from which the attribute will be retrieved. |
|
static |
Wrapper function for the nkGraphics::Vector::getY(), exposed as an attribute getter.
vector | The data from which the attribute will be retrieved. |
|
static |
Wrapper function for the nkGraphics::Vector::getZ(), exposed as an attribute getter.
vector | The data from which the attribute will be retrieved. |
|
static |
Wrapper function for the nkGraphics::Vector::getW(), exposed as an attribute getter.
vector | The data from which the attribute will be retrieved. |
|
static |
Wrapper function for nkGraphics::Vector::setX(), exposed as an attribute setter.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Vector::setY(), exposed as an attribute setter.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Vector::setZ(), exposed as an attribute setter.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Vector::setW(), exposed as an attribute setter.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::Vector::getDistance().
stack | The parameter stack. |
|
static |
Overrides the default string conversion function.
stack | The parameter stack. |
|
static |
Overrides the default add operation for the user type.
stack | The parameter stack. |
|
static |
Overrides the default subtract operation for the user type.
stack | The parameter stack. |
|
static |
Overrides the default multiply operation for the user type.
stack | The parameter stack. |
|
static |
Overrides the default divide operation for the user type.
stack | The parameter stack. |
|
static |
Overrides the default equality operation for the user type.
stack | The parameter stack. |